home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / getln.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  82 b   |  8 lines

  1. #ifndef GETLN_H
  2. #define GETLN_H
  3.  
  4. extern int getln();
  5. extern int getln2();
  6.  
  7. #endif
  8.